From 671248b38b3bdd997b949a43ae1ceb2d412ea6e3 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 17 Jan 2007 14:03:12 +0000 Subject: [PATCH] Document vfb configuration. Signed-off-by: Markus Armbruster --- docs/man/xmdomain.cfg.pod.5 | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/docs/man/xmdomain.cfg.pod.5 b/docs/man/xmdomain.cfg.pod.5 index 03faf68caf..6fe1da79f7 100644 --- a/docs/man/xmdomain.cfg.pod.5 +++ b/docs/man/xmdomain.cfg.pod.5 @@ -135,6 +135,55 @@ one will be randomly chosen by xen with the 00:16:3e vendor id prefix. =back +=item B + +A virtual frame buffer stanza in the form: + + vfb = [ "stanza" ] + +The stanza specifies a set of I options separated by +commas, in the form: "name1=value1, name2=value2, ..." + +B + +=over 4 + +=item I + +There are currently two valid options: I starts a VNC server that +lets you connect an external VNC viewer, and I starts an internal +viewer. + +=item I + +The VNC display number to use, defaults to the domain ID. The +VNC server listens on port 5900 + display number. + +=item I + +The listening address for the VNC server, default 127.0.0.1. + +=item I + +If non-zero, the VNC server listens on the first unused port above +5900. + +=item I + +Overrides the XenD configured default password. + +=item I + +Display to use for the internal viewer, defaults to environment +variable I. + +=item I + +Authority file to use for the internal viewer, defaults to environment +variable I. + +=back + =back =head1 ADDITIONAL OPTIONS -- 2.30.2